-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhance tests (part 1) #81
Conversation
eb29e4d
to
c914a55
Compare
…y/secondary mantle-controller are created Signed-off-by: Ryotaro Banno <[email protected]>
4d56212
to
7eedfcd
Compare
test/e2e/multik8s/suite_test.go
Outdated
Expect(err).NotTo(HaveOccurred()) | ||
}) | ||
|
||
It("should delete MantleBackup in the primary cluster", func(ctx SpecContext) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It("should delete MantleBackup in the primary cluster", func(ctx SpecContext) { | |
It("should delete MantleBackup created by primary mantle from standalone mantle", func(ctx SpecContext) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in 3cb74fc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please squash commits.
…o standalone Signed-off-by: Ryotaro Banno <[email protected]>
… backups in both clusters Signed-off-by: Ryotaro Banno <[email protected]>
…er sync succeeded Signed-off-by: Ryotaro Banno <[email protected]>
…secondary cluster Signed-off-by: Ryotaro Banno <[email protected]>
…primary cluster Signed-off-by: Ryotaro Banno <[email protected]>
Signed-off-by: Ryotaro Banno <[email protected]>
…ved in secondary cluster Signed-off-by: Ryotaro Banno <[email protected]>
…ved only in the primary cluster Signed-off-by: Ryotaro Banno <[email protected]>
Signed-off-by: Ryotaro Banno <[email protected]>
Signed-off-by: Ryotaro Banno <[email protected]>
5779066
to
2f52044
Compare
@satoru-takeuchi I squashed my commits. Could you review this again? |
No description provided.